home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PPMDITHE.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  72 lines

  1.  
  2.  
  3. ppmdither(1)               Unix Programmer's Manual               ppmdither(1)
  4.  
  5.  
  6. NAME
  7.      ppmdither - ordered dither for color images
  8.  
  9. SYNOPSIS
  10.      ppmdither [-dim dimension] [-red shades] [-green shades]  [-blue  shades]
  11.                      ---------        ------          ------           ------
  12.      [ppmfile]
  13.       -------
  14.  
  15. DESCRIPTION
  16.      Reads a portable pixmap as input, and applies dithering to it  to  reduce
  17.      the number of colors used down to the specified number of shades for each
  18.      primary.  The default number of shades is red=5, green=9, blue=5,  for  a
  19.      total  of  225  colors.   To  convert  the  image  to a binary rgb format
  20.      suitable for color printers, use -red 2 -green 2 -blue  2.   The  maximum
  21.      number  of  colors  that  can  be  used is 256 and can be computed as the
  22.      product of the number of red, green and blue shades.
  23.  
  24. OPTIONS
  25.  
  26.      -dim dimension
  27.           ---------
  28.                    The size of the dithering matrix.  Must be a power of 2.
  29.  
  30.      -red shades   The number of red shades to be used; minimum of 2.
  31.           ------
  32.  
  33.      -green shades The number of green shades to be used; minimum of 2.
  34.             ------
  35.  
  36.      -blue shades  The number of blue shades to be used; minimum of 2.
  37.            ------
  38.  
  39. SEE ALSO
  40.      pnmdepth(1), ppmquant(1), ppm(5)
  41.  
  42. AUTHOR
  43.      Copyright (C) 1991 by Christos Zoulas.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                 14 July 1991                                 1
  71.  
  72.